Html Css Color HEX #AFA2D5 Biloba Flower

📋 copy color: '#AFA2D5'

red 175 ◦ green 162 ◦ blue 213

#AFA2D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AFA2D5

Tints of Biloba Flower #AFA2D5

RGB

 RED value IS 175 (68.75% from 255) = 31.82%

 GREEN value IS 162 (63.67% from 255) = 29.45%

 BLUE value IS 213 (83.59% from 255) = 38.73%

R = 31.82%
G = 29.45%
B = 38.73%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFA2D5 (or 0xAFA2D5) is known color: Biloba Flower. HEX triplet: AF, A2 and D5. RGB value is (175,162,213). Sum of RGB (Red+Green+Blue) = 175+162+213=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFA2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2D5 is #505D2A. Grayscale: #ABABAB. Windows color (decimal): -5266731 or 14000815. OLE color: 14000815.

HSL color Cylindrical-coordinate representation of color #AFA2D5: hue angle of 255.29º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA2D5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 162 213 -
CMYK 0.18 0.24 0 0.16
HSL 255.29º 0.38% 0.74% -
HSV(B) 255.29º 0.24% 0.84% -
XYZ 42.61 39.76 68.38 -
YUV 171.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 175 162 213 0.18 0.24 0 0.16 255.29 0.38 0.74
Hex AF A2 D5 12 18 0 10 FF 26 4A
Octal 257 242 325 22 30 0 20 377 46 112
Binary 10101111 10100010 11010101 10010 11000 0 10000 11111111 100110 1001010

Color Harmonies of #AFA2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA2D5

Black with #AFA2D5

Text Example


Text Example

White with #AFA2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA2D5; }

 p { color: rgb(175,162,213); }

 H1.HeaderClassName
 {
   color: #AFA2D5;
 }
 .AnyTagClassName
 {
   color: #AFA2D5;
 }
</style>

background-color css

<style>
 a { background-color: #AFA2D5; }

 a { background-color: rgb(175,162,213); }

 div.DivClassName
 {
   background-color: #AFA2D5;
 }
 .BgClassName
 {
   background-color: #AFA2D5;
 }
</style>

border-color css

<style>
 span { border-color: #AFA2D5; }

 span { border-color: rgb(175,162,213); }

 td.TdClassName
 {
   border-color: #AFA2D5;
 }
 .TagClassName
 {
   border-color: #AFA2D5;
 }
</style>