Html Css Color HEX #AF8FFC Biloba Flower

📋 copy color: '#AF8FFC'

red 175 ◦ green 143 ◦ blue 252

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

Shades of Biloba Flower #AF8FFC

Tints of Biloba Flower #AF8FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.09%

 BLUE value IS 252 (98.83% from 255) = 44.21%

R = 30.7%
G = 25.09%
B = 44.21%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF8FFC (or 0xAF8FFC) is known color: Biloba Flower. HEX triplet: AF, 8F and FC. RGB value is (175,143,252). Sum of RGB (Red+Green+Blue) = 175+143+252=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF8FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FFC is #507003. Grayscale: #A4A4A4. Windows color (decimal): -5271556 or 16551855. OLE color: 16551855.

HSL color Cylindrical-coordinate representation of color #AF8FFC: hue angle of 257.61º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8FFC is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 143 252 -
CMYK 0.31 0.43 0 0.01
HSL 257.61º 0.95% 0.77% -
HSV(B) 257.61º 0.43% 0.99% -
XYZ 45.07 35.79 96.63 -
YUV 164.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 175 143 252 0.31 0.43 0 0.01 257.61 0.95 0.77
Hex AF 8F FC 1F 2B 0 1 102 5F 4D
Octal 257 217 374 37 53 0 1 402 137 115
Binary 10101111 10001111 11111100 11111 101011 0 1 100000010 1011111 1001101

Color Harmonies of #AF8FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FFC

Black with #AF8FFC

Text Example


Text Example

White with #AF8FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FFC; }

 p { color: rgb(175,143,252); }

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

background-color css

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

 a { background-color: rgb(175,143,252); }

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

border-color css

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

 span { border-color: rgb(175,143,252); }

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