Html Css Color HEX #AB3ACF Dark Orchid

📋 copy color: '#AB3ACF'

red 171 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #AB3ACF

Tints of Dark Orchid #AB3ACF

RGB

 RED value IS 171 (67.19% from 255) = 39.22%

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 39.22%
G = 13.3%
B = 47.48%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB3ACF (or 0xAB3ACF) is known color: Dark Orchid. HEX triplet: AB, 3A and CF. RGB value is (171,58,207). Sum of RGB (Red+Green+Blue) = 171+58+207=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ACF is #54C530. Grayscale: #6C6C6C. Windows color (decimal): -5555505 or 13580971. OLE color: 13580971.

HSL color Cylindrical-coordinate representation of color #AB3ACF: hue angle of 285.5º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3ACF is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 58 207 -
CMYK 0.17 0.72 0 0.19
HSL 285.5º 0.61% 0.52% -
HSV(B) 285.5º 0.72% 0.81% -
XYZ 29.57 16.19 60.6 -
YUV 108.77 183.44 172.38 -
System Red Green Blue C M Y K H S L
Decimal 171 58 207 0.17 0.72 0 0.19 285.5 0.61 0.52
Hex AB 3A CF 11 48 0 13 11E 3D 34
Octal 253 72 317 21 110 0 23 436 75 64
Binary 10101011 111010 11001111 10001 1001000 0 10011 100011110 111101 110100

Color Harmonies of #AB3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3ACF

Black with #AB3ACF

Text Example


Text Example

White with #AB3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3ACF; }

 p { color: rgb(171,58,207); }

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

background-color css

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

 a { background-color: rgb(171,58,207); }

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

border-color css

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

 span { border-color: rgb(171,58,207); }

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