Html Css Color HEX #AF7CDB Biloba Flower

📋 copy color: '#AF7CDB'

red 175 ◦ green 124 ◦ blue 219

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

Shades of Biloba Flower #AF7CDB

Tints of Biloba Flower #AF7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.94%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 33.78%
G = 23.94%
B = 42.28%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF7CDB (or 0xAF7CDB) is known color: Biloba Flower. HEX triplet: AF, 7C and DB. RGB value is (175,124,219). Sum of RGB (Red+Green+Blue) = 175+124+219=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CDB is #508324. Grayscale: #959595. Windows color (decimal): -5276453 or 14384303. OLE color: 14384303.

HSL color Cylindrical-coordinate representation of color #AF7CDB: hue angle of 272.21º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7CDB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 124 219 -
CMYK 0.20 0.43 0 0.14
HSL 272.21º 0.57% 0.67% -
HSV(B) 272.21º 0.43% 0.86% -
XYZ 37.67 28.64 70.56 -
YUV 150.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 175 124 219 0.20 0.43 0 0.14 272.21 0.57 0.67
Hex AF 7C DB 14 2B 0 E 110 39 43
Octal 257 174 333 24 53 0 16 420 71 103
Binary 10101111 1111100 11011011 10100 101011 0 1110 100010000 111001 1000011

Color Harmonies of #AF7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CDB

Black with #AF7CDB

Text Example


Text Example

White with #AF7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CDB; }

 p { color: rgb(175,124,219); }

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

background-color css

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

 a { background-color: rgb(175,124,219); }

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

border-color css

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

 span { border-color: rgb(175,124,219); }

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