Html Css Color HEX #AF34BA Dark Orchid

📋 copy color: '#AF34BA'

red 175 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #AF34BA

Tints of Dark Orchid #AF34BA

RGB

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

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

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

R = 42.37%
G = 12.59%
B = 45.04%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF34BA (or 0xAF34BA) is known color: Dark Orchid. HEX triplet: AF, 34 and BA. RGB value is (175,52,186). Sum of RGB (Red+Green+Blue) = 175+52+186=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34BA is #50CB45. Grayscale: #676767. Windows color (decimal): -5294918 or 12203183. OLE color: 12203183.

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

Color convert

RGB 175 52 186 -
CMYK 0.06 0.72 0 0.27
HSL 295.07º 0.56% 0.47% -
HSV(B) 295.07º 0.72% 0.73% -
XYZ 27.77 15.12 47.91 -
YUV 104.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 175 52 186 0.06 0.72 0 0.27 295.07 0.56 0.47
Hex AF 34 BA 6 48 0 1B 127 38 2F
Octal 257 64 272 6 110 0 33 447 70 57
Binary 10101111 110100 10111010 110 1001000 0 11011 100100111 111000 101111

Color Harmonies of #AF34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34BA

Black with #AF34BA

Text Example


Text Example

White with #AF34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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