Html Css Color HEX #AF1CBD Dark Orchid

📋 copy color: '#AF1CBD'

red 175 ◦ green 28 ◦ blue 189

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

Shades of Dark Orchid #AF1CBD

Tints of Dark Orchid #AF1CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.14%

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 44.64%
G = 7.14%
B = 48.21%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF1CBD (or 0xAF1CBD) is known color: Dark Orchid. HEX triplet: AF, 1C and BD. RGB value is (175,28,189). Sum of RGB (Red+Green+Blue) = 175+28+189=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF1CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CBD is #50E342. Grayscale: #595959. Windows color (decimal): -5301059 or 12393647. OLE color: 12393647.

HSL color Cylindrical-coordinate representation of color #AF1CBD: hue angle of 294.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1CBD is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 28 189 -
CMYK 0.07 0.85 0 0.26
HSL 294.78º 0.74% 0.43% -
HSV(B) 294.78º 0.85% 0.74% -
XYZ 27.28 13.62 49.33 -
YUV 90.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 175 28 189 0.07 0.85 0 0.26 294.78 0.74 0.43
Hex AF 1C BD 7 55 0 1A 127 4A 2B
Octal 257 34 275 7 125 0 32 447 112 53
Binary 10101111 11100 10111101 111 1010101 0 11010 100100111 1001010 101011

Color Harmonies of #AF1CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CBD

Black with #AF1CBD

Text Example


Text Example

White with #AF1CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CBD; }

 p { color: rgb(175,28,189); }

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

background-color css

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

 a { background-color: rgb(175,28,189); }

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

border-color css

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

 span { border-color: rgb(175,28,189); }

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