Html Css Color HEX #AF1DBB Dark Orchid

📋 copy color: '#AF1DBB'

red 175 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #AF1DBB

Tints of Dark Orchid #AF1DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.42%

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 44.76%
G = 7.42%
B = 47.83%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF1DBB (or 0xAF1DBB) is known color: Dark Orchid. HEX triplet: AF, 1D and BB. RGB value is (175,29,187). Sum of RGB (Red+Green+Blue) = 175+29+187=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DBB is #50E244. Grayscale: #5A5A5A. Windows color (decimal): -5300805 or 12262831. OLE color: 12262831.

HSL color Cylindrical-coordinate representation of color #AF1DBB: hue angle of 295.44º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1DBB is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 29 187 -
CMYK 0.06 0.84 0 0.27
HSL 295.44º 0.73% 0.42% -
HSV(B) 295.44º 0.84% 0.73% -
XYZ 27.09 13.58 48.21 -
YUV 90.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 175 29 187 0.06 0.84 0 0.27 295.44 0.73 0.42
Hex AF 1D BB 6 54 0 1B 127 49 2A
Octal 257 35 273 6 124 0 33 447 111 52
Binary 10101111 11101 10111011 110 1010100 0 11011 100100111 1001001 101010

Color Harmonies of #AF1DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DBB

Black with #AF1DBB

Text Example


Text Example

White with #AF1DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DBB; }

 p { color: rgb(175,29,187); }

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

background-color css

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

 a { background-color: rgb(175,29,187); }

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

border-color css

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

 span { border-color: rgb(175,29,187); }

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