Html Css Color HEX #AF98CA Biloba Flower

📋 copy color: '#AF98CA'

red 175 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #AF98CA

Tints of Biloba Flower #AF98CA

RGB

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

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

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

R = 33.08%
G = 28.73%
B = 38.19%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF98CA (or 0xAF98CA) is known color: Biloba Flower. HEX triplet: AF, 98 and CA. RGB value is (175,152,202). Sum of RGB (Red+Green+Blue) = 175+152+202=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98CA is #506735. Grayscale: #A4A4A4. Windows color (decimal): -5269302 or 13277359. OLE color: 13277359.

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

Color convert

RGB 175 152 202 -
CMYK 0.13 0.25 0 0.21
HSL 267.6º 0.32% 0.69% -
HSV(B) 267.6º 0.25% 0.79% -
XYZ 39.57 35.83 60.71 -
YUV 164.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 175 152 202 0.13 0.25 0 0.21 267.6 0.32 0.69
Hex AF 98 CA D 19 0 15 10C 20 45
Octal 257 230 312 15 31 0 25 414 40 105
Binary 10101111 10011000 11001010 1101 11001 0 10101 100001100 100000 1000101

Color Harmonies of #AF98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98CA

Black with #AF98CA

Text Example


Text Example

White with #AF98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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