Html Css Color HEX #AF94CA Biloba Flower

📋 copy color: '#AF94CA'

red 175 ◦ green 148 ◦ blue 202

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

Shades of Biloba Flower #AF94CA

Tints of Biloba Flower #AF94CA

RGB

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

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

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

R = 33.33%
G = 28.19%
B = 38.48%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF94CA (or 0xAF94CA) is known color: Biloba Flower. HEX triplet: AF, 94 and CA. RGB value is (175,148,202). Sum of RGB (Red+Green+Blue) = 175+148+202=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94CA is #506B35. Grayscale: #A2A2A2. Windows color (decimal): -5270326 or 13276335. OLE color: 13276335.

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

Color convert

RGB 175 148 202 -
CMYK 0.13 0.27 0 0.21
HSL 270º 0.34% 0.69% -
HSV(B) 270º 0.27% 0.79% -
XYZ 38.93 34.56 60.5 -
YUV 162.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 175 148 202 0.13 0.27 0 0.21 270 0.34 0.69
Hex AF 94 CA D 1B 0 15 10E 22 45
Octal 257 224 312 15 33 0 25 416 42 105
Binary 10101111 10010100 11001010 1101 11011 0 10101 100001110 100010 1000101

Color Harmonies of #AF94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94CA

Black with #AF94CA

Text Example


Text Example

White with #AF94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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