Html Css Color HEX #AF92CA Biloba Flower

📋 copy color: '#AF92CA'

red 175 ◦ green 146 ◦ blue 202

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

Shades of Biloba Flower #AF92CA

Tints of Biloba Flower #AF92CA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.92%

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

R = 33.46%
G = 27.92%
B = 38.62%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF92CA (or 0xAF92CA) is known color: Biloba Flower. HEX triplet: AF, 92 and CA. RGB value is (175,146,202). Sum of RGB (Red+Green+Blue) = 175+146+202=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92CA is #506D35. Grayscale: #A0A0A0. Windows color (decimal): -5270838 or 13275823. OLE color: 13275823.

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

Color convert

RGB 175 146 202 -
CMYK 0.13 0.28 0 0.21
HSL 271.07º 0.35% 0.68% -
HSV(B) 271.07º 0.28% 0.79% -
XYZ 38.62 33.94 60.39 -
YUV 161.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 175 146 202 0.13 0.28 0 0.21 271.07 0.35 0.68
Hex AF 92 CA D 1C 0 15 10F 23 44
Octal 257 222 312 15 34 0 25 417 43 104
Binary 10101111 10010010 11001010 1101 11100 0 10101 100001111 100011 1000100

Color Harmonies of #AF92CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92CA

Black with #AF92CA

Text Example


Text Example

White with #AF92CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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