Html Css Color HEX #AF87F2 Biloba Flower

📋 copy color: '#AF87F2'

red 175 ◦ green 135 ◦ blue 242

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

Shades of Biloba Flower #AF87F2

Tints of Biloba Flower #AF87F2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.46%

 BLUE value IS 242 (94.92% from 255) = 43.84%

R = 31.7%
G = 24.46%
B = 43.84%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF87F2 (or 0xAF87F2) is known color: Biloba Flower. HEX triplet: AF, 87 and F2. RGB value is (175,135,242). Sum of RGB (Red+Green+Blue) = 175+135+242=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF87F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF87F2 is #50780D. Grayscale: #9E9E9E. Windows color (decimal): -5273614 or 15894447. OLE color: 15894447.

HSL color Cylindrical-coordinate representation of color #AF87F2: hue angle of 262.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF87F2 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 135 242 -
CMYK 0.28 0.44 0 0.05
HSL 262.43º 0.8% 0.74% -
HSV(B) 262.43º 0.44% 0.95% -
XYZ 42.37 32.85 88.11 -
YUV 159.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 175 135 242 0.28 0.44 0 0.05 262.43 0.8 0.74
Hex AF 87 F2 1C 2C 0 5 106 50 4A
Octal 257 207 362 34 54 0 5 406 120 112
Binary 10101111 10000111 11110010 11100 101100 0 101 100000110 1010000 1001010

Color Harmonies of #AF87F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF87F2

Black with #AF87F2

Text Example


Text Example

White with #AF87F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF87F2; }

 p { color: rgb(175,135,242); }

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

background-color css

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

 a { background-color: rgb(175,135,242); }

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

border-color css

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

 span { border-color: rgb(175,135,242); }

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