Html Css Color HEX #AF2DBA Dark Orchid

📋 copy color: '#AF2DBA'

red 175 ◦ green 45 ◦ blue 186

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

Shades of Dark Orchid #AF2DBA

Tints of Dark Orchid #AF2DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.08%

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

R = 43.1%
G = 11.08%
B = 45.81%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF2DBA (or 0xAF2DBA) is known color: Dark Orchid. HEX triplet: AF, 2D and BA. RGB value is (175,45,186). Sum of RGB (Red+Green+Blue) = 175+45+186=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2DBA is #50D245. Grayscale: #636363. Windows color (decimal): -5296710 or 12201391. OLE color: 12201391.

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

Color convert

RGB 175 45 186 -
CMYK 0.06 0.76 0 0.27
HSL 295.32º 0.61% 0.45% -
HSV(B) 295.32º 0.76% 0.73% -
XYZ 27.48 14.54 47.81 -
YUV 99.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 175 45 186 0.06 0.76 0 0.27 295.32 0.61 0.45
Hex AF 2D BA 6 4C 0 1B 127 3D 2D
Octal 257 55 272 6 114 0 33 447 75 55
Binary 10101111 101101 10111010 110 1001100 0 11011 100100111 111101 101101

Color Harmonies of #AF2DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2DBA

Black with #AF2DBA

Text Example


Text Example

White with #AF2DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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