Html Css Color HEX #AF96CA Biloba Flower

📋 copy color: '#AF96CA'

red 175 ◦ green 150 ◦ blue 202

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

Shades of Biloba Flower #AF96CA

Tints of Biloba Flower #AF96CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.46%

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

R = 33.21%
G = 28.46%
B = 38.33%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF96CA (or 0xAF96CA) is known color: Biloba Flower. HEX triplet: AF, 96 and CA. RGB value is (175,150,202). Sum of RGB (Red+Green+Blue) = 175+150+202=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF96CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96CA is #506935. Grayscale: #A3A3A3. Windows color (decimal): -5269814 or 13276847. OLE color: 13276847.

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

Color convert

RGB 175 150 202 -
CMYK 0.13 0.26 0 0.21
HSL 268.85º 0.33% 0.69% -
HSV(B) 268.85º 0.26% 0.79% -
XYZ 39.25 35.19 60.6 -
YUV 163.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 175 150 202 0.13 0.26 0 0.21 268.85 0.33 0.69
Hex AF 96 CA D 1A 0 15 10D 21 45
Octal 257 226 312 15 32 0 25 415 41 105
Binary 10101111 10010110 11001010 1101 11010 0 10101 100001101 100001 1000101

Color Harmonies of #AF96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96CA

Black with #AF96CA

Text Example


Text Example

White with #AF96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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