Html Css Color HEX #AF1DBA Dark Orchid

📋 copy color: '#AF1DBA'

red 175 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #AF1DBA

Tints of Dark Orchid #AF1DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 44.87%
G = 7.44%
B = 47.69%

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

#AF1DBA (or 0xAF1DBA) is known color: Dark Orchid. HEX triplet: AF, 1D and BA. RGB value is (175,29,186). Sum of RGB (Red+Green+Blue) = 175+29+186=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DBA is #50E245. Grayscale: #5A5A5A. Windows color (decimal): -5300806 or 12197295. OLE color: 12197295.

HSL color Cylindrical-coordinate representation of color #AF1DBA: hue angle of 295.8º 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 #AF1DBA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 29 186 -
CMYK 0.06 0.84 0 0.27
HSL 295.8º 0.73% 0.42% -
HSV(B) 295.8º 0.84% 0.73% -
XYZ 26.98 13.54 47.65 -
YUV 90.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 175 29 186 0.06 0.84 0 0.27 295.8 0.73 0.42
Hex AF 1D BA 6 54 0 1B 128 49 2A
Octal 257 35 272 6 124 0 33 450 111 52
Binary 10101111 11101 10111010 110 1010100 0 11011 100101000 1001001 101010

Color Harmonies of #AF1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DBA

Black with #AF1DBA

Text Example


Text Example

White with #AF1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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