Html Css Color HEX #AF34DC Dark Orchid

📋 copy color: '#AF34DC'

red 175 ◦ green 52 ◦ blue 220

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

Shades of Dark Orchid #AF34DC

Tints of Dark Orchid #AF34DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.63%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 39.15%
G = 11.63%
B = 49.22%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF34DC (or 0xAF34DC) is known color: Dark Orchid. HEX triplet: AF, 34 and DC. RGB value is (175,52,220). Sum of RGB (Red+Green+Blue) = 175+52+220=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF34DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34DC is #50CB23. Grayscale: #6B6B6B. Windows color (decimal): -5294884 or 14431407. OLE color: 14431407.

HSL color Cylindrical-coordinate representation of color #AF34DC: hue angle of 283.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF34DC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 52 220 -
CMYK 0.20 0.76 0 0.14
HSL 283.93º 0.71% 0.53% -
HSV(B) 283.93º 0.76% 0.86% -
XYZ 31.83 16.74 69.26 -
YUV 107.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 175 52 220 0.20 0.76 0 0.14 283.93 0.71 0.53
Hex AF 34 DC 14 4C 0 E 11C 47 35
Octal 257 64 334 24 114 0 16 434 107 65
Binary 10101111 110100 11011100 10100 1001100 0 1110 100011100 1000111 110101

Color Harmonies of #AF34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34DC

Black with #AF34DC

Text Example


Text Example

White with #AF34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34DC; }

 p { color: rgb(175,52,220); }

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

background-color css

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

 a { background-color: rgb(175,52,220); }

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

border-color css

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

 span { border-color: rgb(175,52,220); }

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