Html Css Color HEX #AF98D0 Biloba Flower

📋 copy color: '#AF98D0'

red 175 ◦ green 152 ◦ blue 208

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

Shades of Biloba Flower #AF98D0

Tints of Biloba Flower #AF98D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 32.71%
G = 28.41%
B = 38.88%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF98D0 (or 0xAF98D0) is known color: Biloba Flower. HEX triplet: AF, 98 and D0. RGB value is (175,152,208). Sum of RGB (Red+Green+Blue) = 175+152+208=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF98D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98D0 is #50672F. Grayscale: #A5A5A5. Windows color (decimal): -5269296 or 13670575. OLE color: 13670575.

HSL color Cylindrical-coordinate representation of color #AF98D0: hue angle of 264.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF98D0 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 152 208 -
CMYK 0.16 0.27 0 0.18
HSL 264.64º 0.37% 0.71% -
HSV(B) 264.64º 0.27% 0.82% -
XYZ 40.29 36.12 64.52 -
YUV 165.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 175 152 208 0.16 0.27 0 0.18 264.64 0.37 0.71
Hex AF 98 D0 10 1B 0 12 109 25 47
Octal 257 230 320 20 33 0 22 411 45 107
Binary 10101111 10011000 11010000 10000 11011 0 10010 100001001 100101 1000111

Color Harmonies of #AF98D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98D0

Black with #AF98D0

Text Example


Text Example

White with #AF98D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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