Html Css Color HEX #AF30EF Dark Orchid

📋 copy color: '#AF30EF'

red 175 ◦ green 48 ◦ blue 239

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

Shades of Dark Orchid #AF30EF

Tints of Dark Orchid #AF30EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.39%

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 37.88%
G = 10.39%
B = 51.73%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF30EF (or 0xAF30EF) is known color: Dark Orchid. HEX triplet: AF, 30 and EF. RGB value is (175,48,239). Sum of RGB (Red+Green+Blue) = 175+48+239=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF30EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30EF is #50CF10. Grayscale: #6B6B6B. Windows color (decimal): -5295889 or 15675567. OLE color: 15675567.

HSL color Cylindrical-coordinate representation of color #AF30EF: hue angle of 279.9º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF30EF is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 48 239 -
CMYK 0.27 0.80 0 0.06
HSL 279.9º 0.86% 0.56% -
HSV(B) 279.9º 0.8% 0.94% -
XYZ 34.32 17.46 83.22 -
YUV 107.75 202.08 175.97 -
System Red Green Blue C M Y K H S L
Decimal 175 48 239 0.27 0.80 0 0.06 279.9 0.86 0.56
Hex AF 30 EF 1B 50 0 6 118 56 38
Octal 257 60 357 33 120 0 6 430 126 70
Binary 10101111 110000 11101111 11011 1010000 0 110 100011000 1010110 111000

Color Harmonies of #AF30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30EF

Black with #AF30EF

Text Example


Text Example

White with #AF30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30EF; }

 p { color: rgb(175,48,239); }

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

background-color css

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

 a { background-color: rgb(175,48,239); }

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

border-color css

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

 span { border-color: rgb(175,48,239); }

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