Html Css Color HEX #AF98CC Biloba Flower

📋 copy color: '#AF98CC'

red 175 ◦ green 152 ◦ blue 204

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

Shades of Biloba Flower #AF98CC

Tints of Biloba Flower #AF98CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.63%

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 32.96%
G = 28.63%
B = 38.42%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF98CC (or 0xAF98CC) is known color: Biloba Flower. HEX triplet: AF, 98 and CC. RGB value is (175,152,204). Sum of RGB (Red+Green+Blue) = 175+152+204=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF98CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98CC is #506733. Grayscale: #A4A4A4. Windows color (decimal): -5269300 or 13408431. OLE color: 13408431.

HSL color Cylindrical-coordinate representation of color #AF98CC: hue angle of 266.54º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF98CC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 152 204 -
CMYK 0.14 0.25 0 0.2
HSL 266.54º 0.34% 0.7% -
HSV(B) 266.54º 0.25% 0.8% -
XYZ 39.81 35.93 61.96 -
YUV 164.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 175 152 204 0.14 0.25 0 0.2 266.54 0.34 0.7
Hex AF 98 CC E 19 0 14 10B 22 46
Octal 257 230 314 16 31 0 24 413 42 106
Binary 10101111 10011000 11001100 1110 11001 0 10100 100001011 100010 1000110

Color Harmonies of #AF98CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98CC

Black with #AF98CC

Text Example


Text Example

White with #AF98CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98CC; }

 p { color: rgb(175,152,204); }

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

background-color css

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

 a { background-color: rgb(175,152,204); }

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

border-color css

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

 span { border-color: rgb(175,152,204); }

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