Html Css Color HEX #AF94CE Biloba Flower

📋 copy color: '#AF94CE'

red 175 ◦ green 148 ◦ blue 206

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

Shades of Biloba Flower #AF94CE

Tints of Biloba Flower #AF94CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.98%

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 33.08%
G = 27.98%
B = 38.94%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF94CE (or 0xAF94CE) is known color: Biloba Flower. HEX triplet: AF, 94 and CE. RGB value is (175,148,206). Sum of RGB (Red+Green+Blue) = 175+148+206=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF94CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94CE is #506B31. Grayscale: #A2A2A2. Windows color (decimal): -5270322 or 13538479. OLE color: 13538479.

HSL color Cylindrical-coordinate representation of color #AF94CE: hue angle of 267.93º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF94CE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 148 206 -
CMYK 0.15 0.28 0 0.19
HSL 267.93º 0.37% 0.69% -
HSV(B) 267.93º 0.28% 0.81% -
XYZ 39.41 34.75 63.02 -
YUV 162.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 175 148 206 0.15 0.28 0 0.19 267.93 0.37 0.69
Hex AF 94 CE F 1C 0 13 10C 25 45
Octal 257 224 316 17 34 0 23 414 45 105
Binary 10101111 10010100 11001110 1111 11100 0 10011 100001100 100101 1000101

Color Harmonies of #AF94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94CE

Black with #AF94CE

Text Example


Text Example

White with #AF94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94CE; }

 p { color: rgb(175,148,206); }

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

background-color css

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

 a { background-color: rgb(175,148,206); }

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

border-color css

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

 span { border-color: rgb(175,148,206); }

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