Html Css Color HEX #AFA3CA Biloba Flower

📋 copy color: '#AFA3CA'

red 175 ◦ green 163 ◦ blue 202

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

Shades of Biloba Flower #AFA3CA

Tints of Biloba Flower #AFA3CA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.19%

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 32.41%
G = 30.19%
B = 37.41%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFA3CA (or 0xAFA3CA) is known color: Biloba Flower. HEX triplet: AF, A3 and CA. RGB value is (175,163,202). Sum of RGB (Red+Green+Blue) = 175+163+202=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3CA is #505C35. Grayscale: #AAAAAA. Windows color (decimal): -5266486 or 13280175. OLE color: 13280175.

HSL color Cylindrical-coordinate representation of color #AFA3CA: hue angle of 258.46º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA3CA is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 163 202 -
CMYK 0.13 0.19 0 0.21
HSL 258.46º 0.27% 0.72% -
HSV(B) 258.46º 0.19% 0.79% -
XYZ 41.44 39.57 61.33 -
YUV 171.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 175 163 202 0.13 0.19 0 0.21 258.46 0.27 0.72
Hex AF A3 CA D 13 0 15 102 1B 48
Octal 257 243 312 15 23 0 25 402 33 110
Binary 10101111 10100011 11001010 1101 10011 0 10101 100000010 11011 1001000

Color Harmonies of #AFA3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA3CA

Black with #AFA3CA

Text Example


Text Example

White with #AFA3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA3CA; }

 p { color: rgb(175,163,202); }

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

background-color css

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

 a { background-color: rgb(175,163,202); }

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

border-color css

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

 span { border-color: rgb(175,163,202); }

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